Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 8bbd4cb

Browse files
committed
Updated license notice
Signed-off-by: Miquel Sabaté Solà <[email protected]>
1 parent ad27bf0 commit 8bbd4cb

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2020 Miquel Sabaté Solà
1+
Copyright (c) 2012-2021 Miquel Sabaté Solà
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Read the [CHANGELOG.md](./CHANGELOG.md) file.
7272
## License
7373

7474
```
75-
Copyright (c) 2012-2020 Miquel Sabaté Solà
75+
Copyright (c) 2012-2021 Miquel Sabaté Solà
7676
7777
Permission is hereby granted, free of charge, to any person obtaining
7878
a copy of this software and associated documentation files (the

all_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2020 Miquel Sabaté Solà <[email protected]>
1+
// Copyright (C) 2012-2021 Miquel Sabaté Solà <[email protected]>
22
// This file is licensed under the MIT license.
33
// See the LICENSE file.
44

bot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2014-2020 Miquel Sabaté Solà <[email protected]>
1+
// Copyright (C) 2014-2021 Miquel Sabaté Solà <[email protected]>
22
// This file is licensed under the MIT license.
33
// See the LICENSE file.
44

browser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2020 Miquel Sabaté Solà <[email protected]>
1+
// Copyright (C) 2012-2021 Miquel Sabaté Solà <[email protected]>
22
// This file is licensed under the MIT license.
33
// See the LICENSE file.
44

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (C) 2012-2020 Miquel Sabaté Solà <[email protected]>
2+
# Copyright (C) 2012-2021 Miquel Sabaté Solà <[email protected]>
33
# This file is licensed under the MIT license.
44
# See the LICENSE file.
55

ci/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (C) 2012-2020 Miquel Sabaté Solà <[email protected]>
2+
# Copyright (C) 2012-2021 Miquel Sabaté Solà <[email protected]>
33
# This file is licensed under the MIT license.
44
# See the LICENSE file.
55

operating_systems.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2020 Miquel Sabaté Solà <[email protected]>
1+
// Copyright (C) 2012-2021 Miquel Sabaté Solà <[email protected]>
22
// This file is licensed under the MIT license.
33
// See the LICENSE file.
44

user_agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2020 Miquel Sabaté Solà <[email protected]>
1+
// Copyright (C) 2012-2021 Miquel Sabaté Solà <[email protected]>
22
// This file is licensed under the MIT license.
33
// See the LICENSE file.
44

0 commit comments

Comments
 (0)