git: 56d044a88b - main - Bump copyright year to 2022

Sergio Carlavilla Delgado <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=56d044a88bfdeac32d72a8052e81977a09a48282

commit 56d044a88bfdeac32d72a8052e81977a09a48282
Author:     Sergio Carlavilla Delgado <[email protected]>
AuthorDate: 2022-01-02 15:41:41 +0000
Commit:     Sergio Carlavilla Delgado <[email protected]>
CommitDate: 2022-01-02 15:41:41 +0000

    Bump copyright year to 2022
---
 documentation/Makefile                             |  4 +--
 documentation/themes/beastie/LICENSE               |  4 +--
 .../beastie/assets/styles/documentation.scss       |  4 +--
 .../themes/beastie/assets/styles/footer.scss       | 40 +++++++++++-----------
 .../themes/beastie/assets/styles/global.scss       |  4 +--
 .../themes/beastie/assets/styles/header.scss       | 20 +++++------
 .../themes/beastie/assets/styles/main.scss         |  4 +--
 .../themes/beastie/assets/styles/variables.scss    |  4 +--
 documentation/tools/global-pgpkeys-creator.rb      |  4 +--
 website/Makefile                                   |  4 +--
 website/themes/beastie/LICENSE                     |  4 +--
 website/tools/hardware-notes-processor.rb          |  4 +--
 website/tools/releases-toml.rb                     |  4 +--
 13 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/documentation/Makefile b/documentation/Makefile
index 628b84edc3..ac2738450d 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -1,7 +1,7 @@
 # Generate the FreeBSD documentation
 #
-# Copyright (c) 2020-2021, The FreeBSD Documentation Project
-# Copyright (c) 2020-2021, Sergio Carlavilla <[email protected]>
+# Copyright (c) 2020-2022, The FreeBSD Documentation Project
+# Copyright (c) 2020-2022, Sergio Carlavilla <[email protected]>
 #
 # Targets intended for use on the command line
 #
diff --git a/documentation/themes/beastie/LICENSE b/documentation/themes/beastie/LICENSE
index 8b1e6da482..e94c3e41c7 100644
--- a/documentation/themes/beastie/LICENSE
+++ b/documentation/themes/beastie/LICENSE
@@ -1,5 +1,5 @@
-Copyright (c) 2020-2021, The FreeBSD Project
-Copyright (c) 2020-2021, Sergio Carlavilla <[email protected]>
+Copyright (c) 2020-2022, The FreeBSD Project
+Copyright (c) 2020-2022, Sergio Carlavilla <[email protected]>
 
 
 Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/documentation.scss b/documentation/themes/beastie/assets/styles/documentation.scss
index cdbfbda0ec..63fb4e03a9 100644
--- a/documentation/themes/beastie/assets/styles/documentation.scss
+++ b/documentation/themes/beastie/assets/styles/documentation.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2001-2021, The FreeBSD Documentation Project
- * Copyright (c) 2021, Sergio Carlavilla <[email protected]>
+ * Copyright (c) 2001-2022, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2022, Sergio Carlavilla <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/footer.scss b/documentation/themes/beastie/assets/styles/footer.scss
index 6860444650..1a90d44669 100644
--- a/documentation/themes/beastie/assets/styles/footer.scss
+++ b/documentation/themes/beastie/assets/styles/footer.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2001-2021, The FreeBSD Documentation Project
- * Copyright (c) 2021, Sergio Carlavilla <[email protected]>
+ * Copyright (c) 2001-2022, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2022, Sergio Carlavilla <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -34,28 +34,28 @@ footer {
   background-color: var(--footer-background);
   border-top: 1px solid var(--footer-border-color);
   align-items: center;
-  
+
   > * {
     flex:  1 100%;
   }
-  
+
   .footer-project-language {
     margin-right: 1.25em;
     margin-bottom: 2em;
-    
+
     h1 {
       font-weight: bolder;
       font-size: 1.5rem;
     }
-    
+
     .options-container {
       display: flex;
       align-items: center;
-      
+
       .theme-container {
         margin-left: 2rem;
       }
-      
+
       .language-container {
         display: flex;
         align-items: center;
@@ -78,17 +78,17 @@ footer {
         }
         }
       }
-      
+
     }
 
   }
-  
+
   .footer-nav {
     display: flex;
     list-style: none;
     margin: 0;
     padding: 0;
-    
+
     > * {
       flex: 1 50%;
       margin-right: 1.25em;
@@ -99,18 +99,18 @@ footer {
       font-size: 15px;
       border-bottom: 1px solid var(--white);
     }
-    
+
     h2 {
       border: none !important;
     }
-    
+
     ul {
       list-style: none;
       padding-left: 0;
-      
+
       li {
         line-height: 2em;
-                
+
         a {
           text-decoration: none;
           color: var(--global-font-color);
@@ -118,23 +118,23 @@ footer {
       }
     }
   }
-  
+
   .copyright {
     display: flex;
     flex-wrap: wrap;
     color: var(--global-font-color);
-        
+
     .love {
       display: flex;
       align-items: center;
       font-weight: bolder;
-      
+
       .heart {
         color: red;
       }
     }
   }
-  
+
 }
 
 @media screen and (min-width: 24rem) {
@@ -147,7 +147,7 @@ footer {
   .footer-project-language {
     flex: 1 0px;
   }
-  
+
   .footer-nav > * {
     flex: 1;
   }
diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss
index c1fff32b9b..983e4d677c 100644
--- a/documentation/themes/beastie/assets/styles/global.scss
+++ b/documentation/themes/beastie/assets/styles/global.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2001-2021, The FreeBSD Documentation Project
- * Copyright (c) 2021, Sergio Carlavilla <[email protected]>
+ * Copyright (c) 2001-2022, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2022, Sergio Carlavilla <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/header.scss b/documentation/themes/beastie/assets/styles/header.scss
index adb6dcf736..b0f724dda1 100644
--- a/documentation/themes/beastie/assets/styles/header.scss
+++ b/documentation/themes/beastie/assets/styles/header.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2001-2021, The FreeBSD Documentation Project
- * Copyright (c) 2021, Sergio Carlavilla <[email protected]>
+ * Copyright (c) 2001-2022, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2022, Sergio Carlavilla <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -32,17 +32,17 @@ header {
   box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
   width: 100%;
   z-index: 9999;
-  
+
   ul {
     margin: 0;
     padding: 0;
     list-style: none;
     overflow: hidden;
     background-color: var(--header-background);
-    
+
     li {
       list-style: none;
-      
+
       a {
         display: block;
         padding: 20px 20px;
@@ -53,7 +53,7 @@ header {
       }
     }
   }
-  
+
   .logo {
     display: block;
     float: left;
@@ -61,18 +61,18 @@ header {
     padding: 10px 20px;
     text-decoration: none;
   }
-  
+
   .menu {
     clear: both;
     max-height: 0;
     transition: max-height .2s ease-out;
-    
+
     .first-element{
       border-top: 1px solid transparent;
       box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
     }
   }
-  
+
   .menu-icon {
     cursor: pointer;
     display: inline-block;
@@ -81,7 +81,7 @@ header {
     position: relative;
     user-select: none;
     margin-top: 5px;
-    
+
     .navicon {
       background: var(--white);
       display: block;
diff --git a/documentation/themes/beastie/assets/styles/main.scss b/documentation/themes/beastie/assets/styles/main.scss
index 484587865e..8d3fdbb1c9 100644
--- a/documentation/themes/beastie/assets/styles/main.scss
+++ b/documentation/themes/beastie/assets/styles/main.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2001-2021, The FreeBSD Documentation Project
- * Copyright (c) 2021, Sergio Carlavilla <[email protected]>
+ * Copyright (c) 2001-2022, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2022, Sergio Carlavilla <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/variables.scss b/documentation/themes/beastie/assets/styles/variables.scss
index 2e1a754752..cc027d10ba 100644
--- a/documentation/themes/beastie/assets/styles/variables.scss
+++ b/documentation/themes/beastie/assets/styles/variables.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2001-2021, The FreeBSD Documentation Project
- * Copyright (c) 2021, Sergio Carlavilla <[email protected]>
+ * Copyright (c) 2001-2022, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2022, Sergio Carlavilla <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/tools/global-pgpkeys-creator.rb b/documentation/tools/global-pgpkeys-creator.rb
index 6f9dd3d08e..87fe29cc29 100644
--- a/documentation/tools/global-pgpkeys-creator.rb
+++ b/documentation/tools/global-pgpkeys-creator.rb
@@ -3,8 +3,8 @@
 =begin
 
 BSD 2-Clause License
-Copyright (c) 2020-2021, The FreeBSD Project
-Copyright (c) 2020-2021, Sergio Carlavilla <[email protected]>
+Copyright (c) 2020-2022, The FreeBSD Project
+Copyright (c) 2020-2022, Sergio Carlavilla <[email protected]>
 
 This script will merge all the pgpkeys into one single file
 
diff --git a/website/Makefile b/website/Makefile
index 57f8f3fbc9..731517bcad 100644
--- a/website/Makefile
+++ b/website/Makefile
@@ -1,7 +1,7 @@
 # Generate the FreeBSD website
 #
-# Copyright (c) 2020-2021, The FreeBSD Documentation Project
-# Copyright (c) 2020-2021, Sergio Carlavilla <[email protected]>
+# Copyright (c) 2020-2022, The FreeBSD Documentation Project
+# Copyright (c) 2020-2022, Sergio Carlavilla <[email protected]>
 #
 # Targets intended for use on the command line
 #
diff --git a/website/themes/beastie/LICENSE b/website/themes/beastie/LICENSE
index 8b1e6da482..e94c3e41c7 100644
--- a/website/themes/beastie/LICENSE
+++ b/website/themes/beastie/LICENSE
@@ -1,5 +1,5 @@
-Copyright (c) 2020-2021, The FreeBSD Project
-Copyright (c) 2020-2021, Sergio Carlavilla <[email protected]>
+Copyright (c) 2020-2022, The FreeBSD Project
+Copyright (c) 2020-2022, Sergio Carlavilla <[email protected]>
 
 
 Redistribution and use in source and binary forms, with or without
diff --git a/website/tools/hardware-notes-processor.rb b/website/tools/hardware-notes-processor.rb
index 8d528c3335..4f2bd4fa9d 100644
--- a/website/tools/hardware-notes-processor.rb
+++ b/website/tools/hardware-notes-processor.rb
@@ -2,8 +2,8 @@
 =begin
 
 BSD 2-Clause License
-Copyright (c) 2020-2021, The FreeBSD Project
-Copyright (c) 2020-2021, Sergio Carlavilla <[email protected]>
+Copyright (c) 2020-2022, The FreeBSD Project
+Copyright (c) 2020-2022, Sergio Carlavilla <[email protected]>
 
 This script will generate the hardware notes
 
diff --git a/website/tools/releases-toml.rb b/website/tools/releases-toml.rb
index 3dbd2f6ea2..d534cce8f5 100644
--- a/website/tools/releases-toml.rb
+++ b/website/tools/releases-toml.rb
@@ -3,8 +3,8 @@
 =begin
 
 BSD 2-Clause License
-Copyright (c) 2020-2021, The FreeBSD Project
-Copyright (c) 2020-2021, Sergio Carlavilla <[email protected]>
+Copyright (c) 2020-2022, The FreeBSD Project
+Copyright (c) 2020-2022, Sergio Carlavilla <[email protected]>
 
 This script will merge all the pgpkeys into one single file
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.