commit fc6ef2c6169881140bc4b7f7d92b831e9159fa61
parent 3fede9d004850b70fa3332b35538534eb188f3a1
Author: Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
Date: Mon, 2 Aug 2021 01:20:56 +0430
Update copyright year and home URL
Diffstat:
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -5,7 +5,7 @@ project(tfrun
LANGUAGES CXX
VERSION 0.1
DESCRIPTION "An easy-to-use C++ wrapper over the stable C API of TensorFlow"
- HOMEPAGE_URL "https://gitlab.com/mnabipoor/tfrun"
+ HOMEPAGE_URL "https://0xff.ir/c/tfrun/log.html"
)
find_package(PkgConfig)
diff --git a/scope_guard.hpp b/scope_guard.hpp
@@ -1,8 +1,8 @@
// Adapted from `ScopeGaurd.h` of [folly](https://github.com/facebook/folly)
/*
- * Copyright 2019-2020 Mohammad-Reza Nabipoor
* Copyright 2017 Facebook, Inc.
+ * Copyright 2019-2021 Mohammad-Reza Nabipoor
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/bmpread.hpp b/test/bmpread.hpp
@@ -1,4 +1,4 @@
-// Copyright 2019-2020 Mohammad-Reza Nabipoor
+// Copyright 2019-2021 Mohammad-Reza Nabipoor
// SPDX-License-Identifier: Apache-2.0
#pragma once
diff --git a/test/tfrun.test.cpp b/test/tfrun.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2019-2020 Mohammad-Reza Nabipoor
+// Copyright 2019-2021 Mohammad-Reza Nabipoor
// SPDX-License-Identifier: Apache-2.0
#include "tfrun.hpp"
diff --git a/tfrun.cpp b/tfrun.cpp
@@ -1,4 +1,4 @@
-// Copyright 2019-2020 Mohammad-Reza Nabipoor
+// Copyright 2019-2021 Mohammad-Reza Nabipoor
// SPDX-License-Identifier: Apache-2.0
#include "tfrun.hpp"
diff --git a/tfrun.hpp b/tfrun.hpp
@@ -1,4 +1,4 @@
-// Copyright 2019-2020 Mohammad-Reza Nabipoor
+// Copyright 2019-2021 Mohammad-Reza Nabipoor
// SPDX-License-Identifier: Apache-2.0
#pragma once